projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8291361
)
python-cffi: install host-side via pip + add myself 2nd maintainer
author
Alexandru Ardelean
<
[email protected]
>
Thu, 27 Jul 2017 06:36:44 +0000
(09:36 +0300)
committer
Alexandru Ardelean
<
[email protected]
>
Thu, 27 Jul 2017 11:07:39 +0000
(14:07 +0300)
python-cryptography needs this dep to build
the sources.
Signed-off-by: Alexandru Ardelean <
[email protected]
>
lang/python/python-cffi/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-cffi/Makefile
b/lang/python/python-cffi/Makefile
index a1d14dda619422932556a06ad7b72c0dff67f423..bbad08117eeef65e09335cfac33c573002e6acf5 100644
(file)
--- a/
lang/python/python-cffi/Makefile
+++ b/
lang/python/python-cffi/Makefile
@@
-19,7
+19,10
@@
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-cffi-$(PKG_VERSION)
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
-PKG_MAINTAINER:=Jeffery To <
[email protected]
>
+PKG_MAINTAINER:=Jeffery To <
[email protected]
>, Alexandru Ardelean <
[email protected]
>
+
+HOST_PYTHON_PACKAGE_BUILD_DEPENDS:="cffi==$(PKG_VERSION)"
+HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:="cffi==$(PKG_VERSION)"
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)